home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / program / svgakt50.zip / DOC / SVGAKIT / CHANGES next >
Text File  |  1994-08-23  |  11KB  |  275 lines

  1.  
  2.               Log of changes for the SuperVGA Test Library
  3.               --------------------------------------------
  4.  
  5. Version 5.0 (August 22 1994)
  6.  
  7.     - Combined all test programs into a single test program to conserve
  8.       on compiled code size.
  9.  
  10.     - Added highly optimised assembly language line drawing routines for
  11.       each color mode.
  12.  
  13.     - Added support for 32 bits per pixel 16 million color modes.
  14.  
  15.     - Ported to 32 bit protected mode for supported compilers.
  16.  
  17.     - Added support for the new high speed protected mode interface in
  18.       UniVBE 5.0 for 32 bit protected mode.
  19.  
  20.     - Added PROFILE.EXE performance profiling program.
  21.  
  22.     - Added HELLOVBE.C hello world program for VBE programming.
  23.  
  24.     - Renamed PARANOID.EXE to VBETEST.EXE.
  25.  
  26.     - Added code to ensure log file is flushed to disk after each
  27.       entry to aid in the debugging process in case VBETest causes a crash.
  28.  
  29. Version 4.3 (20 March 1994)
  30.  
  31.     - Added support for 16 and 32 bit protected mode.
  32.  
  33.     - Enhanced reporting facilities and testing functions in PARANOID.
  34.  
  35. Version 4.2 (22 Oct 1993)
  36.  
  37.     - Shareware release of Universal VESA VBE, so source code was removed
  38.       from this archive.
  39.  
  40.     - Added support for a few more advanced features of the VESA VBE.
  41.  
  42.     - Fixed the library so that it now works in any video mode without
  43.       requiring the user program to set up any variables.
  44.  
  45. Version 4.0 (18 Sep 1993)
  46.  
  47.     - Added support for Microsoft C to the library. Now there is both a
  48.       Borland and MSC version of the library.
  49.  
  50.     - Added support for the Universal VESA VBE's protected mode programming
  51.       interface to the code.
  52.  
  53.     - The Universal VESA VBE is now completely separate to this package,
  54.       although they are distributed in the same archive.
  55.  
  56.     - The entire SuperVGA kit has been re-written to work only with
  57.       VESA VBE 1.2 or above compliant SuperVGA's (such as the Universal
  58.       VESA VBE) and much of the code has been converted into C for
  59.       readability and portability. Low level drawing code is still in
  60.       assembler for speed.
  61.  
  62. Version 3.2 (25 March 1993)
  63.  
  64.     - Fixed problems with the Universal VESA TSR not correctly calculating
  65.       the total number of scanlines in video memory.
  66.  
  67.     - More bug fixes for troublesome chipsets.
  68.  
  69.     - Fixed problems with optional mode information (again) so that the
  70.       32k and 16m color video modes now work correctly.
  71.  
  72.     - Added support for correct memory size determination for VESA version
  73.       1.2 and above. Also added support for this to the detectgr.asm module,
  74.       rather than using the horrible video mode hack to determine the size.
  75.  
  76.     - Added support for 64k color modes. I had hoped not to do this, but
  77.       it seems a lot of video boards provide 64k but not 32k color modes.
  78.       It is also not possible to use 64k modes as pseudo 32k modes as
  79.       the bitmap layouts for the modes are different.
  80.  
  81.     - Enhanced the support for the S3, by adding support for the HiColor
  82.       and TrueColor modes of the 801/805 and 928 cards.
  83.  
  84.     - Fixed bank switching and extended page flipping to be able to
  85.       correctly access up to 4Mb on the S3 801/805 and 928 based card
  86.  
  87. Version 3.1 (7 March 1993)
  88.  
  89.     - Changed the Universal VESA TSR to compile in the large memory model,
  90.       and to startup in C to perform the SuperVGA detection etc. Thus it
  91.       now also takes command line arguments to force it to work with any
  92.       SuperVGA configuration. It can now also be compiled in testing mode
  93.       where it will call a C testing procedure after installing the interrupt
  94.       handlers so it can be debugged easily using Turbo Debugger. It will
  95.       not go TSR when in testing mode, but simply restore the interrupt
  96.       vectors and quit.
  97.  
  98.     - Added support for returning optional mode information to the
  99.       Universal VESA TSR to make it more compatible.
  100.  
  101.     - Fixed bugs in the detection of TrueColor video DAC's.
  102.  
  103.     - Change the version numbering for the Universal VESA TSR to match
  104.       the SuperVGA test kit library.
  105.  
  106.     - Added command line options to the programs to allow the
  107.       programs to be forced to run for a particular video card. This
  108.       includes the Universal VESA TSR.
  109.  
  110.     - Added code to both the test programs and Univesal VESA TSR to
  111.       check the type of CPU before running the program.
  112.  
  113.     - Fixed problems with clearing unavailable 24 bit video modes for
  114.       Genoa 7900 and Speedstar 24 cards. This should work now.
  115.  
  116.     - Added code to detect whether the 1280x1024x16 color video mode
  117.       is available on ET4000 cards (older ones don't have it).
  118.  
  119.     - Fixed problem with detecting 32k and 16m color support on Everex
  120.       Viewpoint TC card. Also fixed problem with not correctly calculating
  121.       the number of pages on Everex boards.
  122.  
  123.     - Fixed problem with detecting the number of pages on Cirrus 5422
  124.       boards.
  125.  
  126.     - Attempted to fix problem with extended flipping of Standard VGA
  127.       modes on Ahead SuperVGA's.
  128.  
  129. Version 3.0 (30 Feb 1993)
  130.  
  131.     - Added the Universal VESA TSR. This will provide full VESA 1.2 BIOS
  132.       functionality for all supported SuperVGA's.
  133.  
  134.     - Restructured the test kit code into test programs and an underlying
  135.       'C' callable library for each video mode type (16, 256, 32k and
  136.       16m colors). Thus you can now easily use the library code in your
  137.       own programs.
  138.  
  139.     - Fixed bugs with the Paradise WD90C30 video card.
  140.  
  141.     - Add a number of hacks to the ET4000 code to make it work with all the
  142.       different 24 bit cards that have different mode numbers (MegaEva/2,
  143.       Diamond Speedstar 24, Genoa 7900).
  144.  
  145. Version 2.1 (24 Feb 1993)
  146.  
  147.     - The library is now '386 specific, given the incredibly cheap
  148.       price of '386 hardware (and the benefits obtained).
  149.  
  150.     - Added support for all the standard EGA and VGA modes as well, so
  151.       you can test page flipping etc for all possible video modes.
  152.  
  153.     - Better support for calculating the number of available pages, so
  154.       will work out correct number of pages for adpaters with > 1Mb on
  155.       board.
  156.  
  157.     - Add support to determine the number of available pages for a
  158.       video mode during video adapter detection.
  159.  
  160.     - Restructured the entire library to help in the development of the
  161.       Universal VESA TSR program. The framework has now been laid for
  162.       this project to progress.
  163.  
  164.     - Added detection of available video pages for a specific mode
  165.       before the mode is actually set.
  166.  
  167.     - Removed memcheck from VESA detection routine. This does not seem to
  168.       work correctly on all VESA boards. If the VESA BIOS gives incorrect
  169.       memory values by not restricting video modes depending on the available
  170.       memory, we can do nothing about it.
  171.  
  172.     - Fixed up S3 support to only use the VESA 10xh video modes, and not the
  173.       20xh co-processed video modes, to ensure compatibility.
  174.  
  175.     - Removed all support for the S3 1280x1024x16 color video mode. This
  176.       is such a silly mode that it is not worth supporting...
  177.  
  178.     - Fixed bugs in a number of video adapter routines.
  179.  
  180. Version 2.0 (28 Nov 1992)
  181.  
  182.     - Modified code to be '286 processor dependant, for extra speed.
  183.       Who uses XT's for real Graphics anyway?
  184.  
  185.     - Fixed bug in Trident 8900 page flipping code.
  186.  
  187.     - Fixed bug in Paradise initialisation testing code.
  188.  
  189.     - Fixed bug in numbering of VESA 32k video modes.
  190.  
  191.     - Added a number of modules and include files to define the video
  192.       mode numbers supported by each particular video card.
  193.  
  194.     - Added tables of symbolic video mode and driver names.
  195.  
  196.     - Restructured the test programs to work with any of the supported
  197.       video modes, and to provide more useful information about whether
  198.       the test has succeeded or not.
  199.  
  200.     - Added both 32k color and 16 million color test programs.
  201.  
  202.     - Modified the mode setting code to remember if the EGA/VGA 43 line
  203.       mode was set, and to reset it when graphics mode is exited if it
  204.       was.
  205.  
  206.     - Removed old write bank setting routines. Now you simply call
  207.       [NewBank] to set both the read/write banks, and [ReadBank] to
  208.       change the read bank to some other value.
  209.  
  210.     - Added support for VESA SuperVGA extended page flipping!
  211.  
  212.     - Detection of VESA SuperVGA's can be done either before or after
  213.       detection of all supported SuperVGA's.
  214.  
  215.     - Added support for separate read/write banks and extended page
  216.       flipping for more boards.
  217.  
  218.     - Added support for more SuperVGA's (AL2101, MXIC, Primus 2000,
  219.       RealTek 3106).
  220.  
  221.     - Improved SuperVGA detection code by making the tests for each
  222.       video card a lot more stringent, to avoid misidentifications. Also
  223.       each routine will modify the list of available modes depending
  224.       on the installed chip version.
  225.  
  226.     - Added support for detecting the type of Video DAC installed, for
  227.       both HiColor (15 bit) and TrueColor (24 bit) type DAC's.
  228.  
  229.     - Added support for wierd boards like the S3, which have large
  230.       bytes per line values.
  231.  
  232.     - Added support for the Oak Tech OTI-037C SuperVGA (only has
  233.       800x600x16 color mode tho).
  234.  
  235.     - Fixed a number of bugs in the Trident 8900 code. Should work well now.
  236.  
  237. Version 1.1 (19 Nov 92)
  238.  
  239.     - Added memory detect routine for VESA compatible SuperVGA's.
  240.  
  241.     - Saving the BytesPerLine value for VESA compatible SuperVGA's, and
  242.       better handling of VESA Video Mode numbers in MGL_detectGraph().
  243.  
  244.     - Support for VESA 1.2 video modes (up to 1280x1024 16 million colors)
  245.  
  246.     - Added support for AcuMos SuperVGA detection and bank switching
  247.  
  248.     - Added support for S3 based SuperVGA's bank switching (missing
  249.       from previous release) and extended page flipping. Also added
  250.       checking for S3 HiColor video mode availability.
  251.  
  252.     - Added support for detection of newer ATI SuperVGA chips that
  253.       support up to 1M of video ram.
  254.  
  255.     - Fixed bug in bank switching code for Video7 V7VGA Version 5
  256.       chipsets (I think this is what the Video7 1024i has).
  257.  
  258.     - Added code to differentiate between C&T 82C451/452/453 chips
  259.       as bank switching is different for each chip.
  260.  
  261.     - Fixed bug in Tseng ET3000 bank switching code causing it not to
  262.       work in 256 color modes.
  263.  
  264.     - Added enhanced memory size detection for Everex video boards
  265.  
  266.     - Added support for separate read/write banks and extended page
  267.       flipping for Ahead B SuperVGA's
  268.  
  269.     - Modified to check for HiColor DAC internally in MGL_detectGraph,
  270.       adjusting the list of available modes accordingly. Thus we no
  271.       longer have the grSVGA_ET4000HC et al device numbers.
  272.  
  273. Version 1.0 - First public release (14 Nov 92)
  274.  
  275.